@charset "utf-8";
/*全局*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p/*,blockquote,th,td*/ {
	margin:0;
	padding:0;
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
}
address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
body {
	font:normal 13px/160% "Microsoft Yahei";
	color:#666;
}
input, button, select, textarea {
	outline:none;
	font-family:"Microsoft Yahei"
}
textarea {
	resize:none
}
fieldset, img {
	border:0px;
}
a {
	outline:0;
}
a {
	color:#808380;
	text-decoration:none;
}
a:hover {
	color:#dd4250;
	text-decoration:none;
	outline:none;
 -webkit-transition: all .4s ease-out;
 -moz-transition: all .4s ease-out;
 -ms-transition: all .4s ease-out;
 -o-transition: all .4s ease-out;
 transition: all .4s ease-out;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-size:100%;
	font-weight:normal
}
html, body {
	width:100%;
	height:100%;
}
.clear {
	clear:both
}
/*******浮动*******/
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
/*清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1
}/*IE兼容专用*/
* li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*头部*/
.container {
	width:1100px;
	height: auto;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
}
/*欢迎*/
.welcome {
	width:100%;
	height:36px;
	background-color:#666;
	text-align:center;
	vertical-align:middle;
	line-height:36px;
	color:#fff;
}
.welcome1 {
	float:left
}
.phone {
	float:right;
	padding-left:35px;
	font-size:16px;
	background:url(../images/phone.png) left no-repeat
}
.header {
	width:100%;
	padding:20px 0;
	background-color:#000;
}
.logo {
	width:600px;
	float:left;
	height:70px;
}
.logo img {
	max-height:100px;
	overflow:hidden
}
.search {
	position:relative;
	float:right;
	margin-top:20px;
}
.search input {
	border:none;
	background:none;
}
.search .txt1 {
	width:220px;
	border:#efefef 1px solid;
	border-right:none;
}
.search .txt1 input {
	height:26px;
	padding:0 10px;
	width:200px;
	background:#FFF;
	color:#999;
	line-height:26px;
}
.search .sub1 {
	position:absolute;
	right:0;
	top:0;
	width:29px;
	background:url(../images/search.jpg) no-repeat;
	text-align:center;
}
.search .sub1 input {
	height:34px;
	line-height:34px;
	color:#fff;
}
/*导航条*/
.nav {
	width:100%;
	height:60px;
	background-color:#bf3131;
}
.nav1 {
	display:block;
	width:1069px;
	height:60px;
	margin:0px auto;
	border-right: 1px solid #962828;
}
.nav1 li {
	position:relative;
	display:block;
	width:132px;
	height:60px;
	float:left;
	display: inline;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
	border-left:1px solid #962828
}
.nav1 li a {
	text-decoration:none;
	color:#fff;
	font-size:15px;
	display:block;
	width:136px;
	height:60px;
}
.nav1 li a:hover {
	background-color:#BF3131;
}
.nav1 li a.nav_bj {
	background-color:#BF3131;
}
.nav1 li a img {
	margin-right:5px;
}
.nav1 li ul li {
	background-color:#353535;
	border:0px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	clear:both
}
.nav1 li ul li a {
	font-size:12px;
	height:40px
}
.nav1 li ul {
	display:none;
	position:absolute;
	z-index:999;
	left: 0
}
.nav1 li:hover ul {
	display:block
}
.nav1 li ul li a:hover {
	background-color:#979797
}
/*轮播图*/
.index_slide {
	width:100%;
	height:400px;
	overflow:hidden;
	background:#c7c4c4;
}
.fullSlide {
	width:100%;
	position:relative;
	height:400px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:400px;
	overflow:hidden;
	text-align:center;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.fullSlide .bd li a {
	display:block;
	height:100%;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:10px;
	left:0;
	height:30px;
	line-height:30px;
display:;
	background:none
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
*display:inline;
	zoom:1;
	width:50px;
	height:3px;
	margin:3px;
	overflow:hidden;
	background:#fcfbfb;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#ED1C24;
}
.fullSlide .prev, .fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
/*内容*/
.content {
	width:1100px;
	height:901px;
	margin:0px auto;
	padding-top:20px;
}
.sy-products {
	padding:40px 0;
}
.wd {
	width:1100px;
	margin:0 auto;
	box-sizing:border-box;
}
.sy-title {
	font-size:30px;
	color:#df2f25;
	text-align:center;
	padding-bottom:30px;
	background:url(../images/bor1.png) no-repeat center bottom;
}
.sy-title a {
	color:#df2f25;
}
/*--------------------滚动--------------------*/
.u-scrollA .h {
	margin-top:20px;
}
.u-scrollA .h .prev, .u-scrollA .h .next, .u-scrollA .h ul {
	display:inline-block;
*display:inline;
*zoom:1;
	vertical-align:middle;
}
.u-scrollA .h ul {
	padding:0 5px;
}
.u-scrollA .h li {
	float:left;
	display:inline;
	width:10px;
	height:10px;
	background:#eee;
	overflow:hidden;
	text-indent:-999em;
	margin:0 5px;
	cursor:pointer;
}
.u-scrollA .h .on {
	background:#f60;
}
.u-scrollA .b {
	position:relative;
*zoom:1;
}
.u-scrollA .b .bnt {
	width:60px;
	margin:40px auto 0 auto;
}
.u-scrollA .b .bnt a {
	display:inline-block;
}
.u-scrollA .b .prev, .u-scrollA .b .next {
	margin:0 auto;
	z-index:2;
	top:50%;
	margin-top:-20px;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#333;
	font-size:13px;
	background:#fff;
	border:#dfdfdf 1px solid;
	overflow:hidden;
	font-family:宋体;
}
.u-scrollA .b .prev {
	left:0;
}
.u-scrollA .b .next {
	right:0;
}
.u-scrollA .b .prevStop, .u-scrollA .b .nextStop {
	background:#e71f19;
	border:#e71f19 1px solid;
	color:#FFF;
}
.u-scrollA .b .next:hover, .u-scrollA .b .prev:hover {
	background:#e71f19;
	color:#FFF;
}
.u-scrollA .pageState {
	display:inline-block;
}
.u-scrollA .pageState span {
	color:#f60;
}
/*--------------------图片列表--------------------*/
.u-listB, .u-listB1 {
	margin:8px -10px;
}
.u-listB li {
	float:left;
	width:257px;
	text-align:center;
	border:#CCC 1px solid;
	background:#FFF;
	margin:10px;
	visibility:visible;
	overflow:hidden;
}
.u-listB1 li {
	float:left;
	width:257px;
	text-align:center;
	background:#FFF;
	margin:10px;
	visibility:visible;
	overflow:hidden;
	border:none;
}
.u-txt4 {
	height:45px;
	line-height:45px;
	border:#CCC 1px solid;
	border-top:none;
	font-size:14px;
}
.u-listB li img, .u-listB1 li img {
	display:block;
	transition:0.5s;
	overflow:hidden;
}
.u-txt5 {
	height:45px;
	line-height:45px;
	font-size:14px;
}
.u-listB li img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	transition:0.6s;
	overflow:hidden;
	opacity:0.7;
}
.u-listB1 li img:hover {
	transition:0.6s;
	overflow:hidden;
	opacity:0.7;
}
.sy-more {
	width:590px;
	height:40px;
	margin:25px auto 6px auto;
	box-shadow:5px 5px 5px #eee;
	border-radius:6px;
	border:#CCC 1px solid;
	text-align:center;
	line-height:40px;
	font-size:16px;
}
.sy-more:hover {
	background:#e71f19;
	transition:1.1s;
}
.sy-more:hover a {
	color:#FFF;
	display:block;
}
.sy-case {
	padding-top:40px;
	border-bottom:10px
}
.sy-title2 {
	background:url(../images/bo.png) repeat-x 35px center;
	width:100%;
}
.sy-title2 span {
	background:url(../images/bor1.png) no-repeat center;
	display:block;
	width:200px;
	margin:0 auto;
	text-align:center;
}
.sy-title2 h1 {
	color:#df2f25;
	font-size:28px;
	height:50px;
	line-height:40px;
}
.sy-title2 h1 a {
	color:#df2f25;
}
.sy-title2 h2 {
	height:50px;
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}
.huoban {
	width:100%;
	padding:40px 0;
	margin:0 auto;
	overflow:hidden;
	background:#f2f2f2
}
.hezuo {
	width:1140px;
	height:220px;
	margin:0 auto
}
.hezuo ul li {
	float:left;
	margin-top:30px;
	margin-right:15px;
	margin-left:15px;
}
.hezuo ul li img {
	border:1px #d7d7d7 solid;
}
/*新闻列表*/
.news {
	background:#f2f2f2;
	padding:25px 0 35px 0px;
}
.focus {
	width:1100px;
	margin:0 auto
}
.fc_tit {
	text-align:center;
	height:75px;
	line-height:75px;
	margin-bottom:40px;
	background:url(../images/bor1.png) no-repeat bottom;
}
.fc_tit a {
	color:#c03333;
	font-size:30px;
	text-transform:uppercase;
}
.fc_tit em {
	display:block;
	color:#c2c2c2;
	font-size:20px;
}
.focus_con {
	height:434px;
	overflow:hidden;
}
.fs_lt {
	float:left;
	width:330px;
	border-bottom:4px solid #c03333;
	height:430px;
}
.fs_lt h4 {
	background:#c03333;
	padding:22px 16px 0;
	height:78px;
	overflow:hidden;
}
.fs_lt h4 a {
	color:#fff;
	font-size:16px;
	font-weight:normal;
}
.fs_lt h4 b {
	display:block;
	font-size:20px;
	line-height:25px;
}
.lt {
	position:absolute;
	left:11px;
	top:66px;
	width:40px;
	height:40px;
}
.rt {
	position:absolute;
	right:11px;
	top:66px;
	width:40px;
	height:40px;
}
.fs_wrp {
	width:330px;
	overflow:hidden;
}
.fs_wrp li {
	float:left;
}
.abouten {
	text-transform:uppercase;
	padding-top:5px;
}
.fs_wrp li a, .fs_wrp li img {
	display:block;
}
.fs_txt {
	color:#666;
	font-size:14px;
	line-height:26px;
	height:98px;
	overflow:hidden;
	margin:12px 0px 16px 0px;
	padding:0 0 0 0;
}
.fs_rt {
	width:742px;
	float:right;
}
.fs_more {
	display:block;
	border:2px solid #c03333;
	width:94px;
	height:25px;
	color:#c03333;
	font-size:14px;
	text-align:center;
	line-height:25px;
}
.fs_more:hover {
	display:block;
	border:2px solid #c03333;
	width:94px;
	height:25px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:25px;
	background:#c03333
}
.fs_rt h4 {
	height:47px;
	line-height:47px;
	overflow:hidden;
	zoom:1;
	margin-bottom:20px;
	background:url(../images/n_line.gif) 100px 22px no-repeat;
}
.fs_rt h4 .n_more {
	float:right;
	font-weight:normal;
	color:#333;
	font-size:14px;
	padding-right:18px;
}
.fs_rt h4 .n_name {
	color:#333;
	font-size:20px;
	padding-right:10px;
}
.fs_rt h4 .n_namesnone {
}
.fs_rt h4 .cur {
	color:#c03333;
}
.n_list li {
	height:94px;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:40px;
	_margin-bottom:36px;
}
.n_list dl {
	float:right;
	width:620px;
}
.n_list dt {
	height:32px;
	line-height:32px;
	overflow:hidden;
}
.n_list dt a {
	color:#333;
	font-size:16px;
}
.n_list dd {
	color:#666;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.n_list dd a {
	color:#c03333;
}
.n_list li span {
	float:left;
	width:91px;
	height:80px;
	line-height:40px;
	padding-top:10px;
	text-align:center;
	background:#c03333;
	color:#fff;
	font-size:16px;
}
.n_list li b {
	font-size:30px;
	display:block;
}
.n_list .n_top span {
	background:#AD0000;
}
.n_list .n_top span b {
	font-size:30px;
	margin-top:14px;
}
/*底部*/
.footer {
	width:100%;
	background-color: #363434;
	color:#fff;
}
.footer a {
	color:#fff;
}
.links {
	background-color: #bf3131;
}
.link {
	width:1100px;
	margin:0 auto;
	line-height:40px;
}
.link a {
	display: inline-block;
	padding:0 10px;
}
.bottomnav {
	text-align:center;
	margin:0 auto;
	font-size:14px;
}
.bottomnav a {
	height:50px;
	line-height:50px;
	display:block;
	float:left;
	padding:0px 5px;
}
.bootTxt {
	color:#fff;
	color:#bac5d9;
	margin:0 auto;
	width:1100px;
	padding:10px 0px 20px 0px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color: #363434;
}
/*二级页面*/
.sub_content {
	width:1100px;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	clear:both;
	background-color:#fff
}
.sub_content:after {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden
}
.sub_content_left {
	width:211px;
	float:left;
	height:auto;
	margin-top: 30px;
}
.sub_bt {
	width:191px;
	height:90px;
	background-color:#bf3131;
	text-align:left;
	vertical-align:middle;
	line-height:35px;
	padding:20px 0px 0px 20px;
}
.sub_bt h1 {
	font-size:30px;
	color:#fff;
	font-weight:bold
}
.sub_bt h4 {
	font-size:18px;
	color:#fff;
}
.sub_nav {
	width:211px;
	height:100%;
	margin-bottom:30px;
}
.sub_nav ul li {
	display:block;
	height:auto;
	overflow:hidden;
	zoom:1;
	text-align:left;
	vertical-align:middle;
	line-height:38px;
	padding-left:20px;
	border-bottom:1px solid #e9e9e9;
}
.sub_nav ul li:hover {
	cursor:pointer
}
.sub_nav ul li ul {
	display:block;
	width:211px;
}
.sub_nav ul li a {
	display:block;
	text-decoration:none;
	color:#929292;
	font-size:14px;
	float:left
}
.sub_nav ul li a:hover {
	color:#bf3131
}
.sub_nav ul li span {
	padding:12px 0px 0px 160px;
	display:block;
}
.sub_nav ul li ul li {
	display:block;
	padding:0;
	background:none;
	width:211px;
}
.sub_content_right {
	width:859px;
	height:auto;
	overflow:hidden;
	zoom:1;
	float:right;
	margin-top:30px;
	margin-bottom:15px;
}
.sub_content_right_top {
	width:100%;
	height:75px;
	border-bottom:1px solid #cccccc;
}
.sub_content_right_top_top {
	width:100%;
	height:20px;
}
.sub_content_right_top_top a {
	text-decoration:none;
	color:#666666
}
.sub_content_right_top_top a:hover {
	color:#bf3131
}
.sub_content_right_top_below {
	width:100%;
	height:55px;
	font-size:24px;
	color:#bf3131;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	line-height:55px;
}
.sub_content_right_top_below span {
	font-size:14px;
	color:#999999;
	padding-left:10px;
}
.sub_content_right_below {
	padding-top:10px;
	width:100%;
}
/*新闻列表*/
.news_list {
	width:859px;
	height:115px;
	border-bottom:1px solid #e5e4e2
}
.news_list_left {
	width:166px;
	height:98px;
	float:left
}
.news_list_right {
	width:680px;
	height:98px;
	float:left;
	margin-left:13px;
}
.news_list_right a {
	text-decoration: none
}
.news_list_right h4 {
	width:680px;
	height:25px;
	display:block
}
.news_list_right h4 a {
	font-size:14px;
	color:#e20316;
	font-weight:bold
}
.news_list_right p {
	width:680px;
	height:63px;
	display:block
}
.news_list_right p a {
	color:#e20316;
}
.news_list_right p a:hover {
	color:#bf3131;
}
.news_list_right p .details {
	color:#494848
}
.news_list_right p span {
	display:block;
	color:#a9a6a6;
	text-align:right;
	float:right
}
.news_list {
	margin-top:20px;
}
/*车型展示列表*/
.car_list {
	width:100%;
}
.car_list ul li {
	display:block;
	float:left;
	width:270px;
	padding:10px 8px;
}
.car_list ul li a {
	display:block;
	float:left;
	width:270px;
	text-decoration:none;
	color:#fff;
}
.car_list ul li a img {
	display:block;
}
.car_list ul li a div {
	width:270px;
	height:45px;
	background-color:#363434;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
}
/*联系我们*/
/*新闻内容页*/
.news_content_top {
	width:100%;
	height:100%;
	border-bottom:1px dashed #bfbfbf;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
}
.news_content_top h1 {
	font-size:24px;
	color:#666666
}
.news_content_top h2 {
	color:#999999;
	line-height:35px;
}
.news_content_top h2 span {
	padding-left:20px;
}
.news_content_middle {
	width:100%;
	height:100%;
	padding:10px 0;
	border-bottom:1px dashed #bfbfbf;
	font-size:14px;
	line-height:25px;
}
.news_content_below_left {
	margin:10px 0px;
}
.news_content_below_left ul li {
	padding-top:10px;
	color:#999999
}
.news_content_below_left ul li a {
	text-decoration:none;
	color:#999999
}
.news_content_below_left ul li a:hover {
	color:#bf3131
}
.ProductPic {
	text-align:center;
	margin-top:15px;
}
.ProductPic img {
	border:1px #d0d0d0 solid;
}
/*分页样式*/
.pages {
	margin:0 auto;
	text-align:center;
	font-size:14px;
	padding:20px 0px 20px 0px;
}
.pages a:hover {
	color:#38302e;
}
.pages span {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	color: #707070;
	padding:0 8px;
}
.pages a {
	font-size:14px;
	padding:0px;
	margin:0px;
	display:inline-block;
	text-align:center;
	height:26px;
	line-height:26px;
	background:#FFF;
	border: 1px solid #d8d8d8;
	margin:0 3px;
	padding:0 8px;
	color: #707070;
}
.pages nolink {
	font-size:14px;
	padding:0px;
}
/*icontent*/
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:400px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	height:390px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:25px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#222;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#3aa314;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:390px;
}
.slideBox .bd li a {
	display:block;
	height:390px;
}
.slideBox .bd img {
	width:1903px;
	height:390px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}

/*------------滚动-----------------*/
#demo {
	overflow:hidden;
	margin:0 auto;
}
#indemo {
	float: left;
	width: 3000%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*滚动结束*/

